hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
IHipDirectoryItf
hip
api
filesystem
hipfs
Unused yet, but planned
interface
IHipDirectoryItf {
bool
open
();
bool
close
();
string
[]
getFileNames
();
size_t
count
();
int
opApply
(int delegate(in string fileName) dg);
}
Members
Functions
close
bool
close
()
Undocumented in source.
count
size_t
count
()
Undocumented in source.
getFileNames
string
[]
getFileNames
()
Undocumented in source.
opApply
int
opApply
(int delegate(in string fileName) dg)
Undocumented in source.
open
bool
open
()
Undocumented in source.
Meta
Source
See Implementation
hip
api
filesystem
hipfs
enums
FileMode
SEEK_SET
interfaces
IHipDirectoryItf
IHipFSPromise
IHipFileItf
IHipFileSystemInteraction
Unused yet, but planned